home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / progtool / gnu / gnushell / examples / hello.c < prev    next >
C/C++ Source or Header  |  1995-11-25  |  64b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.   printf("Hello world\n");
  6. }
  7.